headerbar: Avoid allocating 0 visible children
authorTimm Bäder <mail@baedert.org>
Mon, 28 Aug 2017 09:07:35 +0000 (11:07 +0200)
committerTimm Bäder <mail@baedert.org>
Mon, 28 Aug 2017 09:17:47 +0000 (11:17 +0200)
commit8c0e5adaab3f38de31d44dd50bcc8179b17c8b4a
tree1ad186d7132199e31031e6c5199ae41e1d069083
parent08393a647792d334565534775ae8eb25ef7283d4
headerbar: Avoid allocating 0 visible children

Ths avoids doing a bunch of work as well as passing 0 to g_alloca which
is undefined.
gtk/gtkheaderbar.c